negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
Class ContinuousEvaluationSection

java.lang.Object
  extended by negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ContinuousEvaluationSection
Direct Known Subclasses:
IntegerEvaluationSection, RealEvaluationSection

public abstract class ContinuousEvaluationSection
extends java.lang.Object


Field Summary
protected  double evalLowerBound
           
protected  double evalUpperBound
           
protected  double lowerBound
           
protected  double upperBound
           
 
Constructor Summary
ContinuousEvaluationSection()
           
 
Method Summary
 double getEvalLowerBound()
           
 double getEvalUpperBound()
           
 double getLowerBound()
           
abstract  double getNormal(double weight)
           
 double getTopPoint()
           
 double getUpperBound()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

evalLowerBound

protected double evalLowerBound

evalUpperBound

protected double evalUpperBound

lowerBound

protected double lowerBound

upperBound

protected double upperBound
Constructor Detail

ContinuousEvaluationSection

public ContinuousEvaluationSection()
Method Detail

getNormal

public abstract double getNormal(double weight)
Parameters:
weight -
Returns:

getEvalLowerBound

public double getEvalLowerBound()
Returns:

getEvalUpperBound

public double getEvalUpperBound()
Returns:

getLowerBound

public double getLowerBound()
Returns:

getUpperBound

public double getUpperBound()
Returns:

getTopPoint

public double getTopPoint()
Returns: